The border-radius property allows us to specify rounded corners on our elements. It can accept <length> | <percentage> values. If a single value is used, all corners are rounded equally. For multiple values, the TL is first specified, followed by TR, BR, & BL. If 2 or 3 values are used the opposite corner is used to define the missing value.
You can also use syntax for each individual side such as border-top-left-radius to define TL individually.
round my corners, please.